PreviousNextTracker indexSee it online !

(38/308) 245 - JCompiler: ArrayIndexOutOfBoundsError showing error messages

Compiling (jcompile) the attached program I've got the
below error:


This is the JCompiler shell.
This shell offers four commands:
\* "javac \[options\] files..." -- invokes the javac
compiler (the one chosen in the option pane)
\* "compile" -- compiles the current file
\* "compilepkg" -- determines basedir of current file
and compiles all outdated files in the basedir tree
\* "rebuildpkg" -- determines basedir of current file
tree and recompiles all files in the basedir tree.

JCompiler ready.
> compile
Compiling /mnt/zip/Java/j24ore/15/LottoEvent.java...

Command line:
javac -classpath .:/mnt/zip/Java/j24ore/15 -g
/mnt/zip/Java/j24ore/15/LottoEvent.java

/mnt/zip/Java/j24ore/15/LottoEvent.java:71: '}' expected
^
^
^
^
An error occured invoking the Java compiler class
com.sun.tools.javac.Main\!
The detailed error message was:
java.lang.ArrayIndexOutOfBoundsException: Array index
out of range: 1624
Please report this message and any further messages
from the Activity Log to the current maintainer of
JCompiler. Thank you.



Best regards

Marco.


Submitted marcol - 2004-01-11 05:53:43 Assigned gerardsmyth
Priority 6 Labels
Status open Group None
Resolution None

Comments

2004-01-11 05:53:43
marcol

Incomplete Java program

LottoEvent.java (1.5Kio)

2004-01-11 05:59:18
marcol

- **priority**: 5 --> 6
- **summary**: Problems compiling a java prg with 4.2pre8 and J2se 1.4.2_02 --> Problem compiling under Linux with 4.2pre8 and J2se 1.4.2_02

2004-01-25 01:04:13
spestov

- **labels**: 102668 -->
- **milestone**: 101608 -->

2004-01-26 11:14:13
justindyson

Logged In: YES
user_id=946373

Marco, this is not a jEdit problem, but just a problem with
your code. You have a } missing at the end of your code....

2004-01-26 11:17:04
justindyson

Logged In: YES
user_id=946373

oh ok you know that, you're just reporting the array index
error :)

2006-09-04 23:11:27
ezust

- **summary**: Problem compiling under Linux with 4.2pre8 and J2se 1.4.2_02 --> JCompiler: ArrayIndexOutOfBoundsError showing error messages

2009-12-24 16:13:27
ezust

- **assigned_to**: nobody --> gerardsmyth